GenerativeComponents Help

Properties and Techniques

A way to set properties is to use the techniques of an object. For instance, to define the Point ByCartesianCoordinates

	pt.ByCartesianCoordinates(baseCS, 3, 4, 0);

This technique will initialize the Point node and set the x, y, z properties and the CoordinateSystem to the respective values.